projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87a2044
)
Possible unsigned int error.
author
Michael Fulbright
<drmike@src.gnome.org>
Tue, 9 Nov 1999 23:35:41 +0000
(23:35 +0000)
committer
Michael Fulbright
<drmike@src.gnome.org>
Tue, 9 Nov 1999 23:35:41 +0000
(23:35 +0000)
Dr Mike
gdk-pixbuf/io-pnm.c
patch
|
blob
|
history
diff --git
a/gdk-pixbuf/io-pnm.c
b/gdk-pixbuf/io-pnm.c
index 5b10ddca2901b9d0869e32e519ae9f827b4da155..c4d1c5e1676b3f6bfd3383827715bfe2083479c4 100644
(file)
--- a/
gdk-pixbuf/io-pnm.c
+++ b/
gdk-pixbuf/io-pnm.c
@@
-579,7
+579,7
@@
pnm_read_scanline (PnmLoaderContext *context)
GdkPixbuf *
image_load (FILE *f)
{
- g
u
int nbytes;
+ gint nbytes;
gint rc;
PnmLoaderContext context;